home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / v cisle / klebezettel / klebe.exe / {app} / klebezettel.chm / html / style.css < prev    next >
Cascading Style Sheet File  |  2007-04-07  |  2KB  |  108 lines

  1. body {
  2.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  3.     color: Black;
  4.     background-color: white;
  5.     font-size: 0.8em;
  6.     margin:0px;
  7.    padding:10px;
  8. }
  9.  
  10. h1, h2, h3, h4, h5, h6 {
  11.     color: #000066;
  12. }
  13.  
  14. h1 {
  15.     font-size: 2em;
  16. }
  17.  
  18. h2 {
  19.     font-size: 1.8em;
  20. }
  21.  
  22. h3 {
  23.     font-size: 1.6em;
  24. }
  25.  
  26. h4 {
  27.     font-size: 1.4em;
  28. }
  29.  
  30. h5 {
  31.     font-size: 1.2em;
  32. }
  33.  
  34. h6 {
  35.     font-size: 1.0em;
  36. }
  37.  
  38. a hover {
  39.     color: red;
  40. }
  41.  
  42. .roterRahmen {
  43.     width: 85%;
  44.     border-color: red;
  45.     border-width: 2px;
  46.     border-style: solid;
  47.     margin-left: auto;
  48.     margin-right: auto;
  49.     padding: 10px;
  50.     
  51. }
  52.  
  53. .zentriert {
  54.     text-align:center;
  55. }
  56.  
  57.  
  58. pre {
  59.     border-style: dashed;
  60.     border-width: thin;
  61.     border-color: Gray;
  62.     background-color: #EEEEEE;
  63. }
  64.  
  65. a:hover {
  66. color: Red;
  67. }
  68.  
  69. th {
  70.     background-color: #6495ED;
  71.     color: white;
  72.     font-style: italic;
  73. }
  74.  
  75. table {
  76.     border-collapse: collapse;
  77.     font-size: 1em;
  78. }
  79.  
  80. .menueintrag {
  81.     background-color: #CFCFCF;
  82.     font-weight: normal;
  83.     padding-left: 5px;
  84.     padding-right: 5px;
  85. }
  86.  
  87. .taste {
  88.     border-bottom: rgb(128, 128, 128) 2px solid; /*Bildet das Aussehen von Tasten nach*/
  89.     border-left: rgb(200, 200, 200) 1px solid;
  90.     border-right: rgb(128, 128, 128) 2px solid;
  91.     border-top: rgb(200, 200, 200) 1px solid;
  92.     padding-left: 2px;
  93.     padding-right: 2px;
  94.     background: rgb(247, 247, 247);
  95.     color: rgb(100, 100, 100);
  96.     font: 0.8em sans-serif;
  97.     vertical-align: middle;
  98.     
  99. }
  100.  
  101. .bildunterschrift {
  102.     font-size: 10pt;
  103.     font-style: italic;
  104. }
  105.  
  106. abbr, acronym {
  107.    border-bottom-width:1px; border-bottom-style:dashed; border-bottom-color:#silver;
  108.     cursor: help;}